Welcome![Sign In][Sign Up]
Location:
Search - android linux

Search list

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[SourceCodeandroid源码下载工具for windows

Description: 使用本工具要先安装windows版本git,可到以下下载: http://code.google.com/p/msysgit/downloads/list 选择Git-1.7.3.1-preview20101002.exe 1,启动程序后。 2,设置git的安装路径,及源代码保存目录 3,先初始化。 4,初始化成功后,选择android版本,及linux内核版本,按 开始更新下载 ,中途如果网络出错导致下出错,程序可自动从中断处重试下载,如果下 载长时卡住可按Ctrl+c(出现'y/n'选'y')中断,然后重新 按 开始更新 下载,程序会检测重新从中断处开始下载。 5,下载完成后,选择linux内核版本号后按切换,可提取相应linux内核版 本的源码 为了加快下载,只下载相应选择的android版本源码。linux内核则全拉 下来,自已选择linux内核版本号后按切换,可提取相应linux内核版本的 源码,按3步骤操作。源码保存目录内,有initdir目录是下载时初始化数据 ,下载完后,如果不再使用本工具管理源代码,可删除。 clone_result.log为下载记录文件可删除。
Platform: | Size: 1285967 | Author: wytwdhd | Hits:

[Documents高通平台android开发总结

Description: 高通平台android开发总结 高通手机开机过程 高通常用工具使用 Android 系统更新升级总结 高通linux内核驱动开发 android 框架流程分析 高通modem框架流程分析
Platform: | Size: 234478 | Author: noreplyids@gmail.com | Hits:

[Communication-Mobilebusybox-linux-e680

Description: 手机嵌入式Linux下可用的busybox源码,可替代shell的多种命令-phone Embedded Linux source code available busybox, the shell can replace multiple orders
Platform: | Size: 929792 | Author: lw | Hits:

[Embeded LinuxAndroid

Description: Android 是Google开发的基于Linux平台的开源手机操作系统-Google developed Android is Linux-based open source mobile operating system platform
Platform: | Size: 1087488 | Author: wm | Hits:

[Linux-Unix3g_dial.tar

Description: 3G上网卡LINUX下驱动程序,包括USB虚拟串口驱动和拨号流程及脚本-3G on the card under LINUX drivers, including USB virtual serial port driver and dial-up processes and scripts
Platform: | Size: 864256 | Author: 老莫 | Hits:

[Linux-UnixMcGraw.Hill.Android.A.Programmers.Guide.Jul.2008-

Description: Building Embedded Linux Systems
Platform: | Size: 3834880 | Author: anhtuan | Hits:

[Embeded Linuxlinux-2.6.25-android-1.0_r1.tar

Description: 操作系统内核,大家都来看看吧 也许对你们有用 我现在在学习-Operationg system kernel
Platform: | Size: 62263296 | Author: 江守亮 | Hits:

[Software Engineeringandroid-tb

Description: MULTICORE, MULTI-OS METHODOLOGIES USING NUCLEUS, ANDROID, AND LINUX
Platform: | Size: 1049600 | Author: culinor | Hits:

[JSPAndroid

Description: Android是一个基于Linux 核心(kernel) 的开放手机平台操作系统。与Windows Mobile、Symbian 等手机操作系统处在同一级别。-Android is a Linux-based core (kernel) of an open mobile platform for the operating system. With Windows Mobile, Symbian and other mobile phone operating systems at the same level.
Platform: | Size: 528384 | Author: luogen | Hits:

[Otherndk

Description: 一个提供android上linux环境里ndk安装的指导书,供朋友们学习-Provide android on a linux environment ndk installation instructions for the friends to learn
Platform: | Size: 4251648 | Author: zs | Hits:

[androidAndroid

Description: Android platform是一个用于开发移动程序的软件包,它包括了操作系统、中间件及一些关键应用。开发者能使用android SDK为Android platform开发应用,这些应用使用JAVA语言书写,运行在虚拟机Dalvik(一个专为手机程序开发的基于linux内核的JAVA虚拟机)。-Android platform is a mobile program for the development package, which includes the operating system, middleware and key applications. Developers can use the android SDK for the Android platform development of applications that use the JAVA language writing, running in a virtual machine Dalvik (a program developed specifically for mobile phones based on linux kernel of the JAVA virtual machine).
Platform: | Size: 358400 | Author: 罗晨 | Hits:

[JSP/JavaopenGL-3Ddemo.tar

Description: linux+android平台下opengl 3D demo代码,有很好的参考价值-linux+ android platform opengl 3D demo code, and have a good reference value
Platform: | Size: 2321408 | Author: yangfan | Hits:

[androidandroid-sdk_r05-linux_86.tar

Description: 这是android的sdk开发库,是支持java的.android-sdk-linux_86-The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK components such as platforms, tools, add-ons, and documentation. In order to start developing applications, you must install at least one version of the Android platform using the SDK Manager. This requires an Internet connection, so if you plan to use the SDK offline, please make sure to download the necessary components while online. To start the SDK Manager, please execute the program "tools/android".
Platform: | Size: 16208896 | Author: 搞搞 | Hits:

[androidandroid

Description: Android 平台是 Google Phone 的手機作業平台,平台的底層採用了 Linux 作為作業系統 (圖一中的紅色部分),在Linux作業系統之下、內建了許多控制 裝置的驅動程式,包含藍芽(Bluetooth)、無線網路(WiFi)、隨插即用的USB 介 面等等,當然還有記憶體、銀幕、鍵盤、照像、音效等裝置的驅動程式,在 Linux 作業系統之上-Google Phone Android mobile phone platform is a platform, the platform uses Linux as the underlying operating system (Figure 1 in the red part), under the Linux operating system, built-in drivers for many controls, including Bluetooth (Bluetooth ), wireless Internet (WiFi), plug the USB interface and so on, of course, memory, screen, keyboard, camera, audio and other device drivers on the Linux operating system
Platform: | Size: 6414336 | Author: lizhe | Hits:

[androidandroid-ARM-8505-Smartbook

Description: umpc systems linux boot
Platform: | Size: 53597184 | Author: kayhancad | Hits:

[androidAndroid_Linux_driver

Description: Android的Linux内核与驱动程序 Android的Linux内核与驱动程序-android linux driver
Platform: | Size: 235520 | Author: jake | Hits:

[androidAndroid-driver

Description: linux开发入门宝典,可以很好的为Android driver 提供帮助-Getting Started development linux Collection
Platform: | Size: 1711104 | Author: 朱小平 | Hits:

[androidandroid-framework-Android

Description: 介绍android系统架构,androidframework层的一些系统调用-Introduction android system architecture, androidframework layer of some system calls
Platform: | Size: 2125824 | Author: gezexu | Hits:

[androidandroid-linux-wince_super_linker

Description: 本文档提供最全的wince、linux、android技术文档链接,附带下载用户名密码等-this pdf provide full of wince ,linux,android techno-data super linker ,and provide user name and passwd
Platform: | Size: 105472 | Author: wang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net